C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / Import Method / Import(Byte[],Int32,Int32,PixelFormat) Method
The source byte array with pixel buffer.
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.

In This Topic
Import(Byte[],Int32,Int32,PixelFormat) Method
In This Topic
Loads the image from a byte array containing the pixels buffer.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal bytes() As System.Byte, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As PixelFormat _
) 
 

Parameters

bytes
The source byte array with pixel buffer.
width
The width of the image, in pixels.
height
The height of the image, in pixels.
pixelFormat
The pixel format of the image.
See Also